@charset "utf-8";

/* キービジュアル */
header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  z-index: 999;
}

.head-logo {
  width: 200px;
}

.head-logo img {
  width: 100%;
}


.head-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 50px;
  width: calc(100% - 60px);
}

.head-contact {
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.head-contact-inner a {
  border: 1px solid #fff;
  padding: 8px 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  display: block;
  letter-spacing: 2px;
  white-space: nowrap;
}

.head-nav ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.head-nav ul li a {
  color: #fff;
}

.key-main {
  text-align: left;
  padding: 180px 0px 180px 300px;
}

.key-main-wrap {
  position: relative;
  z-index: 50;
}

.key-sec {
  position: relative;
  background: url(../img/key-bg.png) top right /cover no-repeat;

}

.key-bg {
  position: absolute;
  top: 0;
  z-index: 1;
}

.key-image {
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  z-index: 2;
  transform: translate(0%, -50%);
}

.key-image img {
  object-fit: cover;
  width: 100%;
  height: 450px;
  border-radius: 10px 0 0 10px;
}


.key-top-text {
  background: #FBE51F;
  display: inline-block;
  border-radius: 50px;
  padding: 12px 30px 8px 30px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.key-top-big {
  margin-top: 30px;
  font-size: 68px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}

.key-top-mini {
  font-size: 32px;
  margin-top: 30px;
  font-weight: 900;
  color: #fff;
}

.key-top-big span {
  margin-top: 40px;
  font-size: 50px;
  font-weight: 600;
  background: #296671;
  color: #fff;
  line-height: 180%;
  padding: 4px 10px 0 10px;
}

.key-bottom {
  text-align: left;
  padding: 20px 0px 20px 0px;
  position: relative;
}

.key-bottom-text {
  max-width: 50%;
  line-height: 200%;
  letter-spacing: 1px;
}

.key-bottom-img {
  position: absolute;
  right: 30px;
  bottom: 0px;
  z-index: 99;
  width: 30%;
}

.key-bottom-img img {
  width: 100%;
}

.service-sec {
  padding: 90px 0;
}

.sec-head-jp h1 {
  font-size: 24px;
  font-weight: bold;
}

.sec-head-eg {
  margin-top: 10px;
  font-weight: bold;
  margin-top: 6px;
  border-bottom: 3px solid #000;
  display: inline-block;
  padding-bottom: 10px;
}

.sec-head-text {
  margin-top: 30px;
  line-height: 180%;
  font-size: 16px;
}

.service-inner ul {
  display: flex;
  column-gap: 30px;
  margin-top: 40px;
}

.about-sec {
  padding: 0px 0 0px 0;
}

.about-inner {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.about-left {
  width: 50%;
  text-align: left;
}

.about-top {
  font-size: 34px;
  font-weight: bold;
}

.about-mini {
  font-size: 18px;
  color: #8F8F8F;
  margin-top: 20px;
}

.about-text {
  margin-top: 30px;
  line-height: 200%;
}

.about-right {
  width: 50%;
}

.company-sec {
  padding: 90px 0;
  position: relative;
}

.company-head {
  display: flex;
  align-items: center;
}

.company-head-eg {
  font-size: 36px;
  font-weight: bold;
}

.company-head-jp {
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
}

.company-solid {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  margin-top: 16px;
}

.company-bg-img {
  position: absolute;
  right: 4%;
  top: 0;
  width: 50%;
}

.company-bg-img img {
  width: 100%;
}

.company-main {
  position: relative;
  z-index: 99;
  background: #fff;
  border: 2px solid #E8D274;
  text-align: left;
  padding: 10px 40px;
  margin-top: 40px;
  border-radius: 10px;
}

.company-main ul li {
  margin: 20px 0;
  display: flex;
  column-gap: 40px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  line-height: 180%;
}

.company-main ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.company-main ul li span {
  width: 120px;
  font-weight: 500;
  letter-spacing: 1px;
}

.company-main ul li em {
  font-style: normal;
  letter-spacing: 1px;
}

.cta-sec {
  padding: 90px 0;
  background: url(../img/cta-sec-bg.png) top right /cover no-repeat;
  color: #fff !important;
}

.cta-sec .sec-head-eg {
  border-bottom: 2px solid #fff;
}

.cta-form {
  max-width: 600px;
  margin: auto;
  margin-top: 40px;
}

.form-list {
  text-align: left;
  margin-top: 20px;
}

.form-list label {
  font-size: 16px;
  font-weight: bold;
}

.form-list span {
  font-size: 12px;
  margin-left: 6px;
}

.form-list-input input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: none;
  padding: 0 10px;
  color: #000;
}

.form-list-input textarea {
  width: 100%;
  height: 240px;
  border-radius: 4px;
  border: none;
  padding: 10px;
  color: #000;
}

.form-list-btn {
  margin-top: 30px;
}

footer {
  padding: 60px 0;
}

.form-list-btn button {
  background: orangered;
  width: 340px;
  height: 60px;
  max-width: 100%;
  border-radius: 6px;
  color: #fff;
  border: none;
  font-weight: bold;
}

._formrun_gotcha {
  margin-top: 30px;
}
